provider Events GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/
@utdk/sentry /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/
Retrieve an Issue
Return details on an individual issue, including its basic stats, comment and user-report counts, and a summary of the latest event.
organization_id_or_slug path required
The ID or slug of the organization the resource belongs to.
string
issue_id path required
The ID of the issue you'd like to query.
integer
environment query
The name of environments to filter by.
array
expand query
Additional data to include in the response.
array
collapse query
Fields to remove from the response to improve query performance.
array

Try it

Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

retrieveAnIssue
GET/api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/
Return details on an individual issue, including its basic stats, comment and user-report counts, and a summary of the latest event.

Parameters

required

The ID or slug of the organization the resource belongs to.

required

The ID of the issue you'd like to query.

The name of environments to filter by.

Additional data to include in the response.

Fields to remove from the response to improve query performance.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.retrieveAnIssue()